VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing Namespace / PdfAnnotationProcessingCommandExecutor Class / PdfAnnotationProcessingCommandExecutor Constructors / PdfAnnotationProcessingCommandExecutor Constructor(IProcessingCommand<PdfAnnotation>[])
Синтаксис Требования Смотрите также
В этом разделе
    PdfAnnotationProcessingCommandExecutor Constructor(IProcessingCommand<PdfAnnotation>[])
    В этом разделе
    Инициализирует новый экземпляр класса PdfAnnotationProcessingCommandExecutor с именем Localization.Strings.PDF_PROCESSING_ANNOTATION_PROCESSING.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal ParamArray commands
    Команды, которые необходимо выполнить.
    As Vintasoft.Imaging.Processing.IProcessingCommand(Of TTarget) _
    )
    public PdfAnnotationProcessingCommandExecutor(
    params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget> commands
    )
    public: PdfAnnotationProcessingCommandExecutor(
    params Vintasoft.Imaging.Processing.IProcessingCommand<TTarget*>* commands
    )
    public:
    PdfAnnotationProcessingCommandExecutor(
    ... Vintasoft.Imaging.Processing.IProcessingCommand<TTarget^>^ commands
    )

    Parameters

    commands
    Команды, которые необходимо выполнить.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также